home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / utilities / arexx / rexxarplib-2.52.lzh / rexx / alter.txed < prev    next >
Text File  |  1989-02-04  |  137b  |  12 lines

  1. /** alter.txed
  2. *
  3. *   Function to go with alter.rexx
  4. *
  5. **/
  6. ss = getenv('Search')
  7. rs = getenv('Replace')
  8.  
  9. change 1 '"'ss'"' '"'rs'"'
  10.  
  11. exit
  12.